WebInput.NET supports both Bound and Unbound mode only. Control-level bound mode data binding is not supported because the data proceed is a simple data ( not a list ) and hence does not expose DataSource and DataMember property.
To set data in the WebInput.NET control, set the Value properties to a valid data field's value (a string, datetime or numeric data type).
The Text property contains value data that is formatted, masked, edited and validated. For those who want to bind data to WebInput.NET , use .NET data binding mechanism such as <%# ... %> Expression or assign the Value property in code behind. For more details about .NET data binding, please refer to the .NET Framework documentation.
![]() |
Do not use properties other than the Value property under DataBinding to bind the control's value. For example, although it is possible to bind the Text property to a field, the result will not be the same as binding the Value property. |